home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / ADCVBS.IN_ / adcvbs.inc
Encoding:
Text File  |  2003-03-24  |  622 b   |  26 lines

  1. <%
  2. '--------------------------------------------------------------------
  3. ' Microsoft ADC
  4. '
  5. ' opyright (c) 1997 Microsoft Corporation. All Rights Reserved.
  6. '
  7. '
  8. '
  9. ' ADO constants include file for VBScript
  10. '
  11. '--------------------------------------------------------------------
  12.  
  13. '---- ADCExecuteOptionEnum Values ----
  14. Const adcExecSync=1
  15. Const adcExecAsync=2
  16.  
  17. '---- ADCFetchOptionEnum Values ----
  18. Const adcFetchUpFront=1
  19. Const adcFetchBackground=2
  20. Const adcFetchAsync=3
  21.  
  22. '---- ADCReadyStateEnum Values ----
  23. Const adcReadyStateLoaded=2
  24. Const adcReadyStateInteractive=3
  25. Const adcReadyStateComplete=4
  26. %>